@define-color color_base #c8c4c0;
@define-color color_sel #406080;
@define-color color_tip #ffffc0;
-@define-color color_dark shade (@color_base, 0.6);
+@define-color color_dark shade(@color_base, 0.6);
* {
background-color: @color_base;
}
.slider, .pane-separator {
- background-color: alpha (black, 0);
- color: alpha (black, 0);
+ background-color: alpha(black, 0);
+ color: alpha(black, 0);
}
/* GRADIENTS */
button, .notebook tab:active, .slider {
- background-image: linear-gradient(to bottom, shade (@color_base, 1.2), @color_base);
+ background-image: linear-gradient(to bottom, shade(@color_base, 1.2), @color_base);
}
button:active, .notebook tab, .trough {
- background-image: linear-gradient(to bottom, shade (@color_base, 0.8), @color_base);
+ background-image: linear-gradient(to bottom, shade(@color_base, 0.8), @color_base);
}
button.vertical, .slider.vertical {
- background-image: linear-gradient(to right, shade (@color_base, 1.2), @color_base);
+ background-image: linear-gradient(to right, shade(@color_base, 1.2), @color_base);
}
button.vertical:active, .trough.vertical {
- background-image: linear-gradient(to right, shade (@color_base, 0.8), @color_base);
+ background-image: linear-gradient(to right, shade(@color_base, 0.8), @color_base);
}
column-header > .button {
}
.progressbar {
- background-image: linear-gradient(to bottom, shade (@color_sel, 1.2), @color_sel);
- border-color: shade (@color_sel, 0.7);
+ background-image: linear-gradient(to bottom, shade(@color_sel, 1.2), @color_sel);
+ border-color: shade(@color_sel, 0.7);
}
.progressbar.vertical {
- background-image: linear-gradient(to right, shade (@color_sel, 1.2), @color_sel);
+ background-image: linear-gradient(to right, shade(@color_sel, 1.2), @color_sel);
}
/* SPACING */